@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,900italic);

@import url(https://fonts.googleapis.com/css?family=Lato);



@font-face{
   src: <source>[,<source>]*;
   [font-weight:<weigth>];
   [font-style:<style>];
   font-family:'Lato';
  
	
}



iframe{
	
padding-left: 30px;	
	
	
}

h2{
	
	font-size: 1.1em;
	padding-bottom: 10px;
	margin-top: 50px;	

}

.mensaje{
	width:100%;
	height:450px;
	
}

.mensaje h1{
	text-align:center;
	margin-top:50px;
	
}


#table001{
	width:100%;
	height:100%;
	background:#FFFFFF;
	

}

#contador{
height:60px;
	
}


#tabla4{
	position:relative;
	width:100%;
	height:100%;
	border-radius: 10px 10px 10px 10px;
	background: rgba(122,117,117,0.36);
	border:solid 1px  #FFFFFF;
	padding:15px;
	
	
}

#tabla{
	width:100%;
	height:100%;
	margin-top:0;


}

#tabla .caja1{
	width:180px;
	height:50px;
	border-radius: 10px 10px 0px 0px;
	background: rgba(122,117,117,0.36);
	float:right;
	padding-right:20px;

	
}	

#tabla .pirobox img{
	position: relative;
	width:100%;
	height:100%;
	border-radius: 0px 10px 10px 10px;
	background: #ffffff;
	border:solid 1px #FFFFFF;
	padding:15px;
	cursor: none;

	
}

#servicios{
	width:100%;
	height:65px;
	background:#F1C650;
	margin-bottom:0px;

}

#servicios img{
	width:auto;
	margin-right:150px;
	float:right;
	margin-top:-50px;
	
	
}

.ch{

	height:auto;
	
}

.ch-grid {
	
	list-style: none;
	display: block;
	height:auto;
	padding-left:120px;
	
}


#blanco {
	background:#fff;
	
}

.aboutonecenter img{
	width:60%;
	margin-top:25px;
	padding-left:50px;

}
.aboutonecenter ul h1 li{
	font-size:17px;

	font-weight:bold;
	float:left;
	color:#000000;
	padding-left:40px;
	
}

.aboutonecenter ul h3 li{
	font-size:13px;
	float:left;
	padding-left:80px;
	line-height:1.5em;
}
.aboutonecenter ul h3 li a{
	font-size:13px;

}
.aboutonecenter ul h3 li a:hover{
	font-size:13px;
	color:#000000;
}

.icon-circle {
	color:rgba(241,198,80,1.00);
	padding:10px 5px 0px 0px;
	margin-left:10px;

}

.mapa {
	float:left;
	position:relative;
}

img, embed, object, video {
	max-width: 100%;
	


}

ul {
	color:#000;
	font-size:2em;
	line-height: 0.5em;


}
/* Deviders */
div.line {
	height:3px;
	background:url(../images/separator.png) 0 0 no-repeat;
	border-top:2px solid #cfa0d1;
	display: block;
	margin:0;
}

div.sepContainer1 {
	background:#000000;
	display: block;
	margin-top:40px;

}

div.sepContainer2 {
	height: 4px;
	background:#e1e8ed;
	display: block;
	margin: 5px 0;
}

div.blankSeparator {
	height: 0px;
	margin:50px 0;
	display: block;
}

div.blankSeparator1 {
	height: 1px;
	display: block;
}

div.blankSeparator2 {
	margin:10px 0;
	display:block;


}

/****************************** HOME - Content Part - Logo&Menu ******************************/
/* Header - Logo & Menu */





/****************************** HOME - Content Part - FlexSlider ******************************/
/*
 * jQuery FlexSlider v1.8

 */

	
	


.video {
	width:100%;
	margin-bottom:5px;





	
}

.sf-menu ul {
	position:absolute;
	width:100px;


}
	
.sf-menu ul li {
	width:100%;

}

.sf-menu li ul {
	border-bottom:2px solid #F1C650;


}

.sf-menu li ul li a {
	text-decoration:none;
	color:#000;
	background:#929292;
	font-weight: normal;
	font-size: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top:2px solid #F1C650;

}


/******/

.flex-container a, .flexslider a, .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

/* FlexSlider Necessary Styles
*********************************/


/* Clearfix for the .slides element */


/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */


/* FlexSlider Default Theme
*********************************/


/****************************** HOME - Content Part - Box One ******************************/
.info a {
	color:#89a2b2;
	margin-left:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.info a:hover {
	margin-left:4px;
	color:#738a99;
}
span.red {
	color:#c45d69;
}
span.green {
	color:#61bd68;
}

/****************************** HOME - Content Part - Box Two ******************************/
.quote {
	text-align:center;
	padding:0px 0 10px 0;
}
.quote h3 {
	font-style:italic;
	font-weight:bold;
}
.quote h4 {
	margin-bottom:-10px;
}
.clients img {
	border-bottom:6px solid #efefef;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	cursor:pointer;
}

.clients img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}


/****************************** HOME - Content Part - Box Three ******************************/

.boxthree .one_third {
	background:#ffffff;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1), 2px -2px 0px #F3CA3F;
	border-bottom:3px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0px 0px 10px 10px;
	margin-bottom:5px;
    margin-right: 3%;

}

.boxthree .one_third:hover {
	border-bottom:3px solid #000000;
	background: rgba(241,198,80,0.80);
	cursor:pointer;
}


.boxthreeleft, .boxthreecenter, .boxthreeright {
	padding:10px 10px 10px 10px;


}

.boxthree img {
	opacity: 1;
	filter: alpha(opacity=20);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
    width: 100%;
}

.boxthree img:hover {
	opacity: 0.7;
	filter: alpha(opacity=90);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
}

.boxthree h3 {
	border-bottom:2px solid #F3CA3F;
	margin-top:5px;
	
}

a.simple {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	float:left;
	
}

/****************************** HOME - Content Part - Footer ******************************/

#footer {
	background:#F1C650 ;
	border-top:5px solid #000000;
	width:100%;
	margin-top:10px;
	padding-top:10px;
	height:auto;
	bottom:0;
	float:left;


}


.footer h3 {
	color:#000000;

}

.footer ul li {
	color:#000000;


}

#copyright {
	width:100%;
	background:#000000;
	height:auto;
	margin-top:0px;
	float:left;
	padding-top: 20px;


}

p.copyright {
	font-size:12px;
	color:white;
	padding-top:10px;
	
	
}
p.copyright a {
	color:#bfd6e4;
}


ul.socials {
	
	float:right;
	padding:2px;
	
}

ul.socials li{
	display: inline-block;
	

}

/****************************** ABOUT - Content Part ******************************/
.aboutoneleft p.quote, .aboutonecenter p.quote {
	color:#647884;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
}

.aboutoneleft img.raster, .aboutonecenter img.raster {
	float:left;
	margin-right:10px;
	margin-top:2px;
}

.aboutoneright img {
	padding-left:20px;
	
}

/* TOGGLE -------------------------------------------------*/
.toggle-trigger {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px 10px 25px;
	cursor: pointer;
	border: 1px solid #fff;
	background:rgba(0,0,0,0.55)  url(../../../images/toggle2.png) no-repeat 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius:10px 10px 0px 0px;
	width:90%;
	margin-top:15px;
	margin-bottom:10px;



	
}
.toggle-trigger.active {
	border-bottom:1px solid #b7c7d1;
	background:rgba(247,165,11,0.48) url(../../../images/toggle2.png) no-repeat  5px -75px; 
	
}


.toggle-trigger:hover {
	background-color:rgba(247,165,11,0.48);
}


.toggle-container {
	margin-bottom:10px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width:90%;

	
}


/***************** PORTFOLIO / Pagination*****************/
.portfolio .flexslider {
	margin: 0px 0 30px 0;
	padding: 5px;
	border:1px solid #efefef;
	width:300px;
}

.portfolio h2 {
	border-bottom:1px dashed #ffffff;
	padding:0px 0 5px 0;
	width:350px;

}
.portfolio h4 {
	font-style:italic;
	font-size:13px;
	width:400px;
}
p.portfolio {
	margin-top:25px;
	background:#fff;
	border:1px solid #efefef;
	padding:5px;
	width:150px;
}

ul.pagination {
	padding:22px 0px 10px 0px;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
	background-color:white;
	border:#F1C650 solid 1px;
	color: #414550;
	font-weight:bold;
	width:80px;
	height:30px;
	padding:9px 13px;
	margin-right:5px;
	/* CSS3 Transition */
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	cursor:pointer;
}

ul.pagination li a:hover, ul.pagination li a#currentPage {
	text-decoration:none;
	background-color:#F1C650;
	color:white;
}

/****************************** Gallery ******************************/
.portfolio4columns .one_fourth {
	margin-bottom:10px;
	background:rgba(249,249,249,0.53);
	box-shadow: 1px 1px 1px 1px  #B3B2B2;
	border-bottom:2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top:20px;
	
}

.portfolio3columns .one_fourth {
	margin-bottom:5px;
	background:rgba(249,249,249,0.53);
	box-shadow: 1px 1px 1px 1px  #B3B2B2;
	border-bottom:2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top:3px;
	
}

.one_fourth3 {
	width:200px;
	margin-bottom:5px;
	margin-top:3px;
	
}

.portfolio4columns .one_fourth:hover {
	border-bottom:2px solid #F3CA3F;

}

.portfolio3columns .one_fourth:hover {
	border-bottom:2px solid #F3CA3F;

	
}

.boxfour {
	padding:10px 5px 4px 5px;
	
}	
.boxfour img {
	padding-right:20px;

}

.portfolio4columns img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	padding-bottom:10px;

	
}

.portfolio3columns img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	
}

.portfolio4columns img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	transition: opacity 1s linear;
	transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
	
}

.portfolio3columns img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	transition: opacity 1s linear;
	transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;



/* #Tabs
================================================== */
}

#fichas {
	background:rgba(0,0,0,0.88);
	border-radius:10px 10px 10px 10px;
	width:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.titulo p {
	float:right;
	margin-right:20px;
	color:#000;
	font-weight:bold;
	font-size:15px;
	margin-top:20px;
}


.titulom p {
	float:right;
	margin-right:20px;
	color:#000;
	font-weight:bold;
	font-size:15px;
	margin-top:20px;
}


ul.tabs1 img {
	width:80px;
	height:auto;
	float:right;
	margin-top:-15px;
	padding-right:2px;


}

ul.tabs li {
	width:auto;
	height:18px;
	padding:10px 0px 10px;
	float:right;
	margin-bottom:10px;

}

ul.tabs_r li {
	width:auto;
	height:18px;
	padding:10px 0px 10px;
	float:left;
	margin-bottom:10px;

}

ul.tabs_a li {
	width:auto;
	height:18px;
	padding:10px 0px 10px;
	float:left;
	margin-bottom:10px;

}

ul.tabs_ro li {
	width:auto;
	height:18px;
	padding:10px 0px 10px;
	float:left;
	margin-bottom:10px;

}

ul.tabs_az li {
	width:auto;
	height:18px;
	padding:10px 0px 10px;
	float:left;
	margin-bottom:10px;

}

ul.tabs_ver li {
	width:auto;
	height:18px;
	padding:10px 0px 10px;
	float:left;
	margin-bottom:10px;
	
}

ul.tabs_vi li {
	width:auto;
	height:18px;
	padding:10px 0px 10px;
	float:left;
	margin-bottom:10px;


}

ul.tabs_r li a {
	text-decoration: none;
	line-height:1.5em;
	font-size: 1.2em;
	background:#F986EA;
	padding:5px 10px;
	position:relative;
	margin:0 0 0 3px;
	color:#000000;
	border-radius: 5px 5px 0px 0px;
	font-weight:bold;
}


ul.tabs_a li a {
	text-decoration: none;
	line-height:1.5em;
	font-size: 1.2em;
	background:#E8C408;
	padding:5px 10px;
	position:relative;
	margin:0 0 0 3px;
	color:#000000;
	border-radius: 5px 5px 0px 0px;
	font-weight:bold;
	
	
}

ul.tabs_az li a {
	text-decoration: none;
	line-height:1.5em;
	font-size: 1.2em;
	background:#0777B5;
	padding:5px 10px;
	position:relative;
	margin:0 0 0 3px;
	color:#000000;
	border-radius: 5px 5px 0px 0px;
	font-weight:bold;
	
	
}

ul.tabs_vi li a {
	text-decoration: none;
	line-height:1.5em;
	font-size: 1.2em;
	background:#8F32E9;
	padding:5px 10px;
	position:relative;
	margin:0 0 0 3px;
	color:#000000;
	border-radius: 5px 5px 0px 0px;
	font-weight:bold;
	
	
}

ul.tabs_ver li a {
	text-decoration: none;
	line-height:1.5em;
	font-size: 1.2em;
	background:#09A40D;
	padding:5px 10px;
	position:relative;
	margin:0 0 0 3px;
	color:#000000;
	border-radius: 5px 5px 0px 0px;
	font-weight:bold;
	
	
}

ul.tabs_ro li a {
	text-decoration: none;
	line-height:1.5em;
	font-size: 1.2em;
	background:#EC0509;
	padding:5px 10px;
	position:relative;
	margin:0 0 0 3px;
	color:#000000;
	border-radius: 5px 5px 0px 0px;
	font-weight:bold;
		

}

ul.tabs li a {
	text-decoration: none;
	line-height:1.5em;
	font-size: 1.2em;
	background:#F5810D;
	padding:5px 10px;
	position:relative;
	margin:0 0 0 3px;
	color:#000000;
	border-radius: 5px 5px 0px 0px;
	font-weight:bold;


	

}

ul.tabs li a.active {
	background:#ffffff;
	padding:5px 20px;
	position:relative;
	margin:0 0 0 3px;
	color:#000000;
	border-radius: 5px 5px 0px 0px;
	
}

ul.tabs li a:hover {
	background: rgba(249,245,247,0.74);

	
}

ul.tabs_a li a:hover {
	background: rgba(249,245,247,0.74);

	
}

ul.tabs li:first-child a.active {
	margin-left:3px;
}

ul.tabs-content {
	margin:5px;
	display: block;
	color:#efefef;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch enabled;
	height:470px;
	width:100%;


}

ul.tabs-content > li {
	display:none;
}

ul.tabs-content > li.active {
	display: block;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow:hidden;
	visibility:hidden;
	width: 0;
	height: 0;
}

ul.tabs:after {
	clear: both;
}

ul.tabs {
	zoom:1;
}

li#empresa, li#empaque, {
	-webkit-animation: slideLeft 0.5s ease-in-out forwards;
	-moz-animation: slideLeft 0.5s ease-in-out;
	-o-animation: slideLeft 0.5s ease-in-out;
	-ms-animation: slideLeft 0.5s ease-in-out;
	animation: slideLeft 0.5s ease-in-out;
}

}

@-webkit-keyframes slideLeft {
 0% {
 -webkit-transform: translateX(-20%);
 opacity: 0;
}

 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}

}
 @-moz-keyframes slideLeft {
 0% {
 -moz-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -moz-transform: translateX(0px);
 opacity: 1;
}
}
 @-o-keyframes slideLeft {
 0% {
 -o-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -o-transform: translateX(0px);
 opacity: 1;
}
}
 @-ms-keyframes slideLeft {
 0% {
 -ms-transform: translateX(-20%);
 opacity: 0;
}
 100% {
 -ms-transform: translateX(0px);
 opacity: 1;
}

}
 @keyframes slideLeft {
 0% {
 transform: translateX(-20%);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}

}

/****************************** BLOG - Content Part - Blog Page ******************************/
.post {
	margin-bottom:40px;
	padding:10px;
	background:#fff;
	border:1px solid #efefef;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.blog img {
	background:#bfd6e4;
	padding:10px;
	margin-left:-10px;
	margin-bottom:10px;
}
.blog img:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.blog p.meta {
	font-size:11px;
	margin-bottom:10px;
	margin-top:0px;
	border:1px solid #dcdcdc;
	background:#efefef url(../images/blog.png) 97% center no-repeat;
	padding:5px 0px 20px 10px;
	color:#414550;
}
.blog p.meta a {
	color: #5f637a;
}

span.left {
	padding:0 10px;
	border-right:1px solid #fff;
}

.blog h4 {
	font-style:italic;
	font-size:12px;
	text-transform:capitalize;
	margin-top:-10px;
}
.posttwo {
	margin-top:40px;
	
}


/***************** Blog/Sidebar *****************/
.sidebar h3 {
	background:#bfd6e4;
	border:1px solid #fff;
	padding:5px;
}

ul.blogList a.about {
	color: #414558;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.blogList a.about:hover {
	padding-left:3px;
}

ul.blogList li {
	padding: 10px 20px;
	border-bottom:1px solid #fff;
	background:left no-repeat;

}

li.activenavigationItem {
	font-weight: bold;
	color:#8990a3;
	font-style:italic;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li.activenavigationItem:hover {
	color: #414558;
}
.second, .third {
	margin-top:30px;
}
.third h5 {
	text-transform:uppercase;
	font-size:12px;
}
span.color {
	background:#c45d69;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
/******************************* BLOG / Blogpost  *******************************/
.postone {
	margin-bottom:40px;
	padding:10px;
	background:#fff;
	border:1px solid #efefef;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.singleblog img {
	background:#bfd6e4;
	padding:10px;
	margin-left:-10px;
	margin-bottom:10px;
}
.singleblog img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.singleblog p.meta {
	font-size:11px;
	margin-bottom:10px;
	margin-top:0px;
	border:1px solid #dcdcdc;
	background:#efefef url(../images/blog.png) 97% center no-repeat;
	padding:5px 0px 20px 10px;
	color:#414550;
}
.singleblog p.meta a {
	color:#5f637a;
}

.singleblog h4 {
	color:#6d8696;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	border-left:2px solid #c45d69;
	padding:0 0 0 10px;
}

h4.tags {
	color:#414550;
}
.comments h2 {
	text-align:center;
}
div#comments {
	margin-bottom:-10px;
}
ul#articleCommentList li {
	overflow: hidden;
}
ul#articleCommentList li ul {
	margin-left: 50px;
}

div.commentMeta {
	width: 100px;
	margin-right: 40px;
	float: left;
	text-align: right;
	overflow: hidden;
}
div.commentMeta p {
	text-transform: uppercase;
	color: #414550;
	float: right;
	font-size: 14px;
	margin-top:0px;
	padding: 0 10px 0 0;
}
img.user {
	background:#fff;
	border:1px solid #dcdcdc;
	padding:5px;
}
div.commentBody {
	background-color:white;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 15px 20px 15px;
	margin: 0px 0 20px 140px;
}
div.commentBody h3 {
	background-color:#bfd6e4;
	padding:5px;
	font-size: 14px;
	margin-top:-10px;
	font-weight:bold;
	margin-bottom:10px;
}
div.commentBody h3 a {
	color: #414550;
}
div.commentBody p {
	font-size: 12px;
}
span.adminIcon {
	color:#414550;
	font-size: 11px;
	background-color:#bfd6e4;
	padding: 6px 10px;
	width: 60px;
	text-align: center;
	margin-top:-10px;
}
h2#commentFormHeading {
	margin: 0px 0 30px 0;
}
div#comments a.buttonLink {
	margin-left:-30px;
}
/******************************* FEATURES / Resume  *******************************/
.resume {
	margin-top:30px;
}
.resume .one_third {
	background:#bfd6e4;
	border-bottom:2px solid #fff;
}
.resume .one_third h3 {
	padding:10px;
}
.resume .two_third {
	background:#fff;
}
.resume .two_third p {
	padding:10px;
}
.resume .two_third h4 {
	padding:10px;
}
.resume .two_third ul {
	padding:10px;
	margin-top:-20px;
}
.resume .two_third ul li {
	color:#8295a0;
}
.resume img { 
	margin-bottom:-30px;
}


/******************************* CONTACT FORM -  for blog and contact page  *******************************/


#boton img{
	float:left;
	width:100px;
}

#boton1 img{
	float:left;
	width:100px;


}

input[type="checkbox"],label {
    background-position: 0 0;
	width:20px; 	
	height:20px;
	color:#000000;
	
}
	
input[type="checkbox"],label h1 {
    background-position: 0 0;
	font-size:14px;
	line-height:2px;
	

}
	
label {
	margin-top:-350px;
	width:500px;
	float:left;
	margin-left:450px;

   
}


#orden{
	float:left;
	margin-left:250px;
	margin-top:-175px;

	
}

.etiqueta img{
	margin-top:-120px;
	margin-left:250px;
	position: relative;
	float:left;
	
}

input {
	width:250px;
	float:left;
	margin-left:0px;
	border-radius:10px 10px 10px 10px;
	line-height:25px;
	border:1px solid #777575;
	margin-top:0px;
	
	
}

#comentario {
	margin-top:0px;
	
	
}

#contact_form img {
	float:left;
	border: 1px 1px 1px 1px solid #E31D20;
	
}


#contact_form h2 {
	font:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin-bottom:10px;

		
}


#contact_form p {
	
	font:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:15;
	font-weight:bold;
	padding:5px;

	
}

form#contact_form p {
	margin-bottom:3px;
	padding-top:3px;
	font-style:italic;


}


select {
	font-size:13px;
	color:#000000;
	margin-top:6px;
	width:200px;
	margin-bottom:6px;
	float: right;
	


}


form#contact_form .depto {
	padding:10px 0px 0 20px;

}	
	

form#contact_form .pais {
	padding:10px 0px 10px 0px;

}


#contactForm h2 {
	margin-top:20px;
}


form#contact_form .name {
	padding:0px 0px 0 10px;

}

form#contact_form .email {
	padding-left:20px;
	padding-top:5px;
}

.fono {
	padding-left:20px;
	padding-top:5px;
}


div#loader {
	margin-left:20px;
	margin-bottom:10px;
	
}

form#contact_form input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: white;
	height:20px;
	padding: 0 10px;
	width: 350px;
	margin-bottom:10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border:1px solid #777575;
	
	
}

form#contact_form input#email {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 20px;
	padding: 0 10px;
	width: 350px;
	margin-bottom:5px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border:1px solid #777575;
	
}

form#contact_form textarea {
	border: 1px solid #e1e5e9;
	background-color:white;
	width:40%;
	height: 80px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	overflow:auto;
	border:1px solid #777575;

	
}

form#contact_form label {
	font-size: 15px;
	font-weight:bold;
	color: #000000;


	
}
form#contact_form label span {
	color: #414550;
}


form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#efefef;
}

form#contact_form input[type="submit"] {
	background:#F1C650;
	width:150px;
	height:20px;
	border:none;
	padding:5px;
	font-size:12px;
	text-transform:uppercase;
	color:#000000;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	-webkit-border-radius: 10px 10px 10px 10px;
}


form#contact_form input[type="submit"]:hover {
	color:#000000;
	background:rgba(0,0,0,0.72);
}


.map-container {
	float:right;
	width:390px;
	height:480px;
	position:relative;
	margin-right:10px;
	border:solid 2px #fff;
	margin-bottom:20px;

}


.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}

.contact1 {
	margin-top:18px;
    
}


/***************** Contact/Sidebar *****************/

.contactsidebar h3 {
	background:#F1C650;
	border:1px solid #fff;
	padding:5px;
}


ul.contactsidebarList a.about {
	color: #414558;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.contactsidebarList a.about:hover {
	padding-left:3px;
}

ul.contactsidebarList li {
	color:#000000;
	padding: 5px 20px;
	font-size:14px;
	font-weight:bold;
}
.second, .third {
	margin-top:30px;
}
.third h5 {
	text-transform:uppercase;
	font-size:12px;
}

span.color {
	background:#c45d69;
	color:#fff;
	padding:5px;
	font-weight:bold;
}

/****************************** Shortcodes ******************************/
/* Content Shortcodes */

.one_half {
	width: 48%;

}
.one_third {
	width: 30.66%;    

}

.one_third .foto {
	margin-bottom:20px;
	
}
.one_fourth {
	width: 20%;
	padding-bottom:5px;
}

.one_fourth2 {

	width: 20%;
	padding-bottom:5px;

}

.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 23%;
}

.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 0%;
	float: left;



}
.one_sixth {
	margin-right:2%;
	margin-bottom:5px;
	float: left;
}

.lastcolumn {
	margin-right: 0!important;
	clear: right;


}
	
.lastcolumn select {
	margin-right: 0!important;
	clear: right;
	font-size: 15px;
	background: #ffffff;


}


/* #Page Styles
================================================== */
.content {
	padding-top:15px;
}


.content.right {
	float:right;
}

}

/* #Media Queries
================================================== */


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px)   {
	
}

	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	
html{

	overflow-x:hidden;
	overflow-y:auto;
	
	
}
.mapa {
	width:100%;
	height:auto;
	float:left;


}

.flex-caption {
 display:none;
 
}

span.left {
 padding:0 5px;
 
}

.blog p.meta, .singleblog p.meta {
 background:#efefef;
}


/*contacto*/

input {

	float:left;
	margin-left:-70px;
	border:solid 1px color #000000;

}

label {
	margin-top:130px;
	float:left;
	position:absolute;
	z-index:3px;
	margin-left:0px;

}


#comentario {
	margin-top:0px;
	
}

form#contact_form {
	background-color:rgba(168,166,167,0.37);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	color:#000000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border:0px solid #000000;
	padding:20px;
	float:left;
	position:relative;

}

form#contact_form textarea {
	border: 1px solid #e1e5e9;
	background-color:white;
	margin-bottom:10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	overflow:auto;
	border:1px solid #777575;
	margin-top:0px;
	width:80%;

	
	
}

input[type="checkbox"],label h1 {
    background-position: 0 0;
	margin-left:20px;	
	font-size:13px;
	line-height:12px;
	width:150px;
	

}

input[type="checkbox"],label {
    background-position: 0 0;
	width:20px; 	
	height:20px;
	color:#F5B804;
	
}
	
#orden{
	margin-top:350px;
	float:left;
	position:relative;
	margin-left:-200px;


}

.etiqueta img{
	float:left;
	margin-top:400px;
	margin-left:-250px;
	
}


#boton img{
	float:left;
	margin-top:0px;
}



#boton1 img{
	float:left;
	margin-top:610px;
	margin-left:0px;
	position:relative;


}
.boxthree .one_third {
	background: rgba(255,255,255,0.50);
	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1), 2px -2px 0px #F3CA3F;
	border-bottom:3px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0px 0px 10px 10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:20px;
	
}

.map-container {
	float:right;
	width:420px;
	height:480px;
	position:relative;
	margin-right:10px;
	border:solid 2px #fff;
	margin-bottom:20px;

}



.ch-grid {
	
	list-style: none;
	display: block;
	height:auto;
	padding-left:100px;
}


}


@media only screen and (max-width: 767px) {
	
	

.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
width: 90%;
    
}

.flex-caption {
 display:none;
    
}

.blog p.meta, .singleblog p.meta {
 padding:20px 0px 50px 10px;
 background:#efefef;
    
}



.main-content #sidebar-toggle {
	background: #000000;
	border-radius: 3px;
	display: block;
	position: relative;
	padding: 10px 7px;
	float: left;
}

.ch-grid {
	

	list-style: none;
	display: block;
	height:auto;
	padding-left:100px;
}


}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	

	
	
	

.logo img {
	position:fixed;
	float:right;
	z-index:999;
	padding-bottom:10px;
	margin-left:280px;

		
	
}


.mapa {

	float:left;
	margin-top:70px;
	padding-left:50px;
}


.contact1 {
	margin-top:100px;
}

	

html{

	overflow-x:hidden;
	overflow-y:auto;
	

}

div.blankSeparator {
	height: 0px;
	margin:100px 0;
	display: block;
}


.boxthree .one_third {
	background: rgba(255,255,255,0.50);
	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1), 2px -2px 0px #F3CA3F;
	border-bottom:3px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0px 0px 10px 10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:20px;
	
}

ul.tabs-content {
	margin:10px;
	display: block;
	color:#efefef;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch enabled;
	height:800px;

}	

.aboutonecenter ul h3 li a{
	font-size:13px;
	color:#0A7CC4;
	text-decoration:underline;
	background: url(../../../images/zoom.png) no-repeat left;
	padding-left:25px;

}
.aboutonecenter ul h3 li a:hover{
	font-size:13px;
	color:#000000;
	text-decoration:underline;
	
}
.ch-grid {

	padding: 70px;
	list-style: none;
	display: block;
	width:100%;
	height:auto;
	scrollbar-base-color:#000;


}
.ch{
	height:auto;
}	
	
.aboutonecenter img{
	width:30%;
	margin-top:10px;
	margin-bottom:10px;
	float:right;

}


.aboutonecenter ul h3 li{
	font-size:13px;
	float:left;
	line-height:1.5em;


}

ul.tabs {
 margin-top:10px;
 

} 
 

.flex-caption {
 display:none;
 
}

.titulo p {
	float:right;
	color:#000;
	font-weight:bold;
	font-size:15px;
	margin-top:15px;

}

.titulom p {
	float:right;
	color:#000;
	font-weight:bold;
	font-size:15px;
	margin-top:15px;

}

#fichas {
	background:rgba(0,0,0,0.88);
	border-radius:10px 10px 10px 10px;
	width:100%;
	height:70px;
	margin-top:-30px;
}


.one_fourth {
	margin-top:10px;
	
}




/*contacto*/

input {
	width:200px;
	float:left;
	margin-left:-70px;
	border:solid 1px color #000000;


}

label {
	margin-top:130px;
	float:left;
	position:absolute;
	z-index:3px;
	margin-left:0px;

	 
}


#comentario {
	margin-top:0px;
	
}

form#contact_form textarea {
	border: 1px solid #e1e5e9;
	background-color:white;
	width:300px;
	margin-bottom:10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	overflow:auto;
	border:1px solid #777575;
	margin-top:0px;

	
}

input[type="checkbox"],label h1 {
    background-position: 0 0;
	margin-left:20px;	
	font-size:13px;
	padding:1px;
	line-height:20px;
	width:300px;


}

input[type="checkbox"],label {
    background-position: 0 0;
	width:20px; 	
	height:20px;
	color:#F5B804;
	position:relative;

	
}
	

#orden{
	margin:0px;
	margin-top:410px;
	float:left;
	margin-left:-180px;
	
	
}

.etiqueta img{
	float:left;
	margin-top:480px;
	margin-left:-200px;

	
}


#boton img{
	float:left;
	margin-top:0px;
	position:relative;
	
}



#boton1 img{
	float:left;
	margin-top:720px;
	position:relative;
}


.map-container {
	float:left;
	width:420px;
	height:480px;
	position:relative;
	margin-right:10px;
	border:solid 2px #fff;
	margin-bottom:20px;

}


#footer {
	background:#F1C650;
	border-top:5px solid #000000;
	height:600px;
	position:relative;
	width:100%;
	margin-bottom:0px;
	padding-left:20px;
	bottom:0;

}



#tabla{
	width:800px;
	height:auto;
	position: absolute;
	max-width: 100%;
	margin-top:70px;


}

select {
	font-size:13px;
	color:#000000;
	margin-top:-50px;
	width:180px;
	height:30px;
	float:left;
	position:absolute;
	

}
	
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 0%;
	float: left;
	margin-top:20px;


}

#tabla .pirobox img{
	position: relative;
	width:100%;
	height:100%;
	border-radius: 0px 10px 10px 10px;
	background: #ffffff;
	border:solid 1px #FFFFFF;
	padding:15px;
	cursor:pointer;


}

/*contacto


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */


}

@media only screen and (max-width: 479px) {


	
#tabla{
	width:100%;
	height:auto;
	position:relative;
	max-width: 100%;
	margin-top:90px;

}

.aboutonecenter ul h1 li{
	font-size:17px;	
	float:left;
	color:#000000;
	margin-left:50px;

}

.aboutonecenter ul h3 li{
	font-size:13px;
	float:left;
	
}

ul.tabs {
 margin-top:20px;
 
}

ul.tabs li {
 padding: 0 5px 0 0px;
 
}
 .mainmenu {
float: left;
width: 100%;

}

ul.pagination li a {
 padding:5px 8px;
}

.blog p.meta, .singleblog p.meta {
 padding:10px 0px 60px 10px;
 background:#efefef;
}

form#contact_form textarea {
 width: 280px;
}

form#contact_form input[type="text"] {
 width: 250px;
}

form#contact_form input#email {
 width: 250px;
}

ul.tabs li {
	
 padding:10px 0px 10px;
}

ul.tabs li a {

 line-height: 1.5em;
 
}


#fichas {
	background:rgba(0,0,0,0.88);
	border-radius:10px 10px 10px 10px;
	width:100%;
	height:70px;
	margin-top:-30px;
}

#concreto {
	height:40px;
	width:100%;
	margin-top:100px;
	margin-bottom:10px;
	border-bottom: #FB8219 solid 2px;
	
}

#madera {
	height:40px;
	margin-top:10px;
	width:100%;
	margin-bottom:5px;
	border-bottom: #A55DBC solid 2px;

}

.titulo p {
	float:right;
	color:#000;
	font-weight:bold;
	font-size:15px;
	margin-top:-70px;

}

div.blankSeparator {
	height: 0px;
	margin:100px 0;
	display: block;
}


/* Responsive Menu
================================================== */
	
#mainmenu {
	visibility: visible;


}

@media only screen and (max-width: 767px) {
	



.logo img {
	position:fixed;
	float:right;
	z-index:999;
	padding-bottom:10px;
	margin-left: 85px;

		
	
}

	

#fichas {
	background:rgba(0,0,0,0.88);
	border-radius:10px 10px 10px 10px;
	width:100%;
	height:70px;
	margin-top:-30px;
}


.ch-grid {
	margin:10px 55px 20px 20px;
	list-style: none;
	display: block;
	height:auto;
	padding-left:100px;

}


#tabla .pirobox img{
	position: relative;
	width:100%;
	height:100%;
	border-radius: 0px 10px 10px 10px;
	background: #ffffff;
	border:solid 1px #FFFFFF;
	padding:15px;
	cursor:pointer;


}

}
@media only screen and (min-width: 320px)  {
@media only screen and (min-device-width : 375px) and (max-device-width : 667px)
    and (-webkit-min-device-pixel-ratio : 2) 
    and (-webkit-device-pixel-ratio : 2)

 	 { /* STYLES GO HERE */}


div.fullWidth {
  width: 100%;
}

.container{
  width: 100%;
}

.wrap{
  width: 320px;
	
		
	
}
	
html{

	overflow-x:hidden;
	overflow-y:auto;
	
}

.map-container {
	float:left;
	width:100%;
	height:480px;
	position:relative;
	margin-right:50px;
	border:solid 2px #fff;
	margin-bottom:20px;

}
.aboutonecenter ul h3 li a{
	font-size:13px;
	color:#0A7CC4;
	text-decoration:underline;
	background: url(../../../images/zoom.png) no-repeat left;
	padding-left:25px;

	
}
.aboutonecenter ul h3 li a:hover{
	font-size:13px;
	color:#000000;
	text-decoration:underline;
	
}

.aboutonecenter ul h3 li{
	font-size:13px;
	float:left;
	line-height:1.5em;
	
}

.one_fourth {
	margin-top:10px;
	
	
}

.Pais {
	color:#000000;
	margin-top:-81px;
	width:150px;
	margin-bottom:20px;
	margin-left:150px;
	
	
}

.aboutonecenter ul h3 li a{
	font-size:18px;
	color:#0A7CC4;
	text-decoration:underline;
	background: url(../../../images/zoom.png) no-repeat left;
	padding-left:25px;

	
}

.aboutonecenter ul h3 li a:hover{
	font-size:18px;
	color:#000000;
	text-decoration:underline;
	
}

.aboutonecenter ul h3 li{
	font-size:13px;
	float:left;
	line-height:1.5em;


}

.ch-grid {

	padding: 0;
	list-style: none;
	display: block;
	width:100%;
	scrollbar-base-color:#000;
	height:auto;
	
}	
.ch{
	height:auto;
}


#footer {
	background:#F1C650;
	border-top:5px solid #000000;
	height:600px;
	position:relative;
	width:100%;
	margin-bottom:0px;


}

#copyright {
	width:100%;
	background:#000000;
	border-top:1px solid #F7A50B;

}


.one_fourth {
	margin-top:10px;
	
}


#concreto {
	height:40px;
	width:100%;
	margin-top:100px;
	margin-bottom:10px;
	border-bottom: #FB8219 solid 2px;
	
}


ul.tabs-content {
	margin:10px;
	display: block;
	color:#efefef;
	overflow:hidden;
	-webkit-overflow-scrolling: touch enabled;
	height:1000%;

}

.boxthree .one_third {
	background: rgba(255,255,255,0.50);
	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1), 2px -2px 0px #F3CA3F;
	border-bottom:3px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0px 0px 10px 10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:20px;
}


.pirobox {
	cursor:crosshair;
	cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
	cursor: -webkit-zoom-out; cursor: -moz-zoom-out;
	
	
}



.logo img {
	position:fixed;
	float:right;
	z-index:999;
	padding-bottom:10px;
	margin-left: 150px;

	
}



#tabla .pirobox img{
	position: relative;
	width:80%;
	height:100%;
	border-radius: 0px 10px 10px 10px;
	background:#ffffff;
	border:solid 1px #FFFFFF;
	margin-top:0px;
	cursor:zoom-in;


}

.nav-tabs > li > a {
  margin-right:1px;
  line-height: 1.42857143;
  border: 1px solid  #FDFBFB;
  border-radius: 4px 4px 0 0;


}

div.blankSeparator {
	height: 0px;
	margin:70px 0;
	display: block;
}



input {
	width:200px;
	float:left;
	margin-left:5px;
	border-radius:10px 10px 10px 10px;
	line-height:25px;
	border:1px solid #777575;
	
}


.toggle-trigger {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 10px 25px;
	cursor: pointer;
	border: 1px solid #fff;
	background:rgba(0,0,0,0.55)   url(../../../images/toggle2.png) no-repeat 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius:10px 10px 0px 0px;
	width:77%;
	margin-top:10px;
	margin-bottom:12px;
	margin-left:10px;
	position:relative;
	

}
	

#orden{
	margin:0px;
	margin-top:310px;
	float:left;
	margin-left:-200px;

	
	
	
}

.etiqueta img{
	margin-top:330px;
	margin-left:-200px;


	
}


#boton img{
	float:left;
	margin-top:0px;
}


#boton1 img{
	float:left;
	margin-top:550px;
	position:relative;
	
}


label {
	margin-top:130px;
	float:left;
	position:absolute;
	z-index:3px;
	margin-left:0px;

	
}



.toggle-container {
	margin-bottom:10px;
	padding: 5px 10px 0 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width:80%;

	
}

a, a:visited p {
	color:#000000;
	text-decoration: none;
	outline: 0;

}

select {
	font-size:13px;
	color:#000000;
	margin-top:0px;
	width:180px;
	height:30px;
	float:left;

}


#tabla{
	width:100%;
	height:auto;
	position:relative;
	max-width: 100%;
	margin-top:90px;

}

.negro{
	background:#000000;
	height:55px;
	width:100%;
	border-bottom:7px solid #F1C650;
	
	
	
	
}

.lastcolumn {
	margin-right: 0!important;
	clear: right;
	margin-top:70px;


}

.mapa {

	margin-top:70px;

}


.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	
	float: left;
	margin-top:20px;
	margin-left: 20px;

}

h2 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:70px;
	color:#000;
}



.ch-grid {
	margin:0px 50px 30px 0px;
	padding: 0;
	list-style: none;
	display: block;
	width:100%;
	height:auto;
	padding-top:0px;
	

}

#bt{
	width:70px;
	height:70px;
	background:#F75659;
	
	
}

}


@media only screen and (min-width: 240px)  {
	


html{

	overflow-x:hidden;
	overflow-y:auto;
	

}	
select {
	font-size:13px;
	color:#000000;
	margin-top:-50px;
	height:30px;
	float:left;
	margin-left:0px;
	position:absolute;

	

}


#tabla{
	width:100%;
	height:auto;
	position:relative;
	max-width: 100%;

	

	

}	
.map-container {
	float:left;
	width:90%;
	height:300px;
	position:relative;
	margin-right:20px;
	border:solid 2px #fff;
	margin-bottom:50px;

}

#footer {
	background:#F1C650;
	border-top:5px solid #000000;
	height:600px;
	position:relative;
	width:100%;
	margin-bottom:0px;

	padding-bottom:20px;


	
	

	

}
	
#copyright {
	width:100%;
	background:#000000;
	border-top:1px solid #F7A50B;

	float:left;




	

}

ul.socials {
	margin-top:0px;
	float:left;
}


.ch-grid {

	list-style: none;
	display: block;
	width:100%;
	height:auto;
	padding-top:30px;
	padding-left:20px;
	overflow-y:scroll;


}

.toggle-trigger {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 10px 25px;
	cursor: pointer;
	border: 1px solid #fff;
	background:rgba(0,0,0,0.55)   url(../../../images/toggle2.png) no-repeat 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius:10px 10px 0px 0px;
	width:77%;
	margin-top:10px;
	margin-bottom:12px;
	margin-left:20px;

	
}

#boton img{
	float:left;
	margin-top:0px;
}


.etiqueta img{
	margin-top:350px;
	margin-left:-200px;


}


.lastcolumn {
	margin-right: 0!important;
	clear: right;
	margin-top:70px;

}


.mapa {
	margin-top:70px;

}

.icon-circle {
	color:rgba(241,198,80,1.00);
	padding:10px 5px 0px 0px;
	margin-left:-50px;
	position:relative;

}
.aboutonecenter ul h3 li{
	font-size:13px;
	float:left;
	line-height:1.5em;

}

.aboutonecenter img{
	width:50%;
	margin-top:25px;
	padding-left:10px;

}

h2 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:70px;
	color:#000;
}


#tabla .pirobox img{
	position: relative;
	width:100%;
	height:100%;
	border-radius: 0px 10px 10px 10px;
	background: #ffffff;
	border:solid 1px #FFFFFF;
	padding:15px;
	cursor:zoom-in;


}

	
}



/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen w
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}



/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

